home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2966 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.cencom.net!netnews
  2. From: wsenn@cencom.net (Will Senn)
  3. Newsgroups: comp.lang.c++
  4. Subject: ***Please Help***  getch() and cin
  5. Date: 20 Jan 1996 17:03:43 GMT
  6. Organization: Your Organization
  7. Message-ID: <4dr79f$3e7@news.cencom.net>
  8. References: <4dncee$4g2@news.cencom.net>
  9. NNTP-Posting-Host: macomb_ppp__06.cencom.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.7
  13.  
  14.  
  15.         I would appreciate it if someone could tell me if there is a way
  16. to make cin read input without line buffering (waiting for the carriage
  17. return)?  I know all about getch() in conio.h, however I would prefer
  18. sticking to stream input included in iostream.h.  Any help along these lines
  19. would be greatly appreciated.
  20.  
  21.         Before anyone freaks, I spent several hours with the various search
  22. engines on the web as well as looking through a ton of related newsgroups
  23. before I posted this seemingly obvious question.  The closest I came to an
  24. answer was a reference to a FAQ 309, a depressingly hard to find faq, quoted
  25. in the C++ Faq. Not only that but this is the second time I've posted this
  26. note!
  27.  
  28. Thanks for any help,
  29.  
  30.  
  31. Will
  32.  
  33.  
  34.